RunForEd: A very simple run-time form designer.

**********************
ENGLISH
**********************
RunForEd is an sample using the Unit RunForEd. This unit enables the creation of a Form during run-time outside the Delphi environment. For example, you can allow the users of your programms to build their own forms using the Delphi standard components.

RunForEd is very limited but sufficient to see that:
- it's possible to create components of any class (even Delphi standard classes),
- it's possible to know any time the component used by the user,
- It's possible to change the component's properties and events.

This package contains:
 - the Editor.Dcu unit,
 - The demonstration program with the source codes:
     RunForEd.exe
     RunForEd.Dpr
     Main.Pas
     About.Pas

If you are interested in the source code Editor.Pas, please send me an email to 
CIS: 100672,1626
Jrome ALPHONSE

**********************
FRENCH
**********************
RunFored est un exemple d'utilisation de l'unit Editor. Cette unit permet la cration de form en dehors de l'environnement Delphi. Vous pouvez par exemple donner la possibilit aux utilisateurs de vos programme de crer eux-mme leurs formulaires en utilisant les composants standards delphi.

RunForEd est trs limit mais permet de voir que:
- on peut crer des composants de n'importe quel classe (y compris les classes standard de delphi),
- on connait  chaque instant le composant manipul par l'utilisateur,
- on peut manipuler les proprits du composant, y compris les vnements.

Ce package contient:
 - l'unit Editor.Dcu
 - Le programme de dmonstration avec son source
     RunForEd.exe
     RunForEd.Dpr
     Main.Pas
     About.Pas

Si vous tes intrss par le code source Editor.pas, envoyer moi un email a: 
CIS: 100672,1626
Jrome ALPHONSE

*********************
Disclaimer
*********************

THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,THE USER ASSUMES THE ENTIRE RISK OF ANY DAMAGE CAUSED BY THIS CODE. 

IN NO EVENT SHALL J. ALPHONSE BE LIABLE FOR DAMAGE OF ANY KIND,LOSS OF DATA, LOSS OF PROFITS, BUSINESS INTERRUPTION OR OTHER PECUNIARY LOSS ARISING DIRECTLY OR INDIRECTLY.